home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- branch ;
- access ;
- symbols ;
- locks ;
- comment @ * @;
-
-
- 1.1
- date 91.12.07.03.36.56; author melling; state Exp;
- branches ;
- next ;
-
-
- desc
- @Tetris 1.1
- @
-
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @
- #import <objc/Object.h>
-
- @@interface ScoreKeeper:Object
- {
- id levels;
- id names;
- id score;
- id scores;
- id scoresWindow;
-
- id nameField;
- int rank;
- char path[BUFSIZ];
- }
-
- - init;
-
- - setScoresWindow:anObject;
-
- - setZero;
- - addScore:(int)amount;
-
- - updateHighScores:(int)level;
- - nameFieldEnd:sender;
- - windowWillClose:sender;
-
- - writeScores;
-
- - free;
-
- @@end
- @
-